From: moodler Date: Tue, 4 Sep 2007 02:48:04 +0000 (+0000) Subject: Fixed logic X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3d1fe07e4218e6f925edf14f2d19840d368792c;p=moodle.git Fixed logic --- diff --git a/user/tag.php b/user/tag.php index 3a90eb76e1..6042908dec 100644 --- a/user/tag.php +++ b/user/tag.php @@ -11,7 +11,7 @@ if (empty($CFG->usetags)) { error('Tags are disabled!'); } -if (!isguestuser()) { +if (isguestuser()) { print_error('noguest'); }