DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:31:07 +0000 (12:31 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:31:07 +0000 (12:31 +0800)
DataObjects/Events.php

index 4ec7cde..402d5dd 100644 (file)
@@ -49,7 +49,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         }
         */
         
-        if (!$au->hasPerm("Admin.Admin_Tab", $lvl) {
+        if (!$au->hasPerm("Admin.Admin_Tab", $lvl)) {
             // they can only view their changes..
             $this->person_id = $au->id;