[pLog-svn] r5329 - plog/branches/lifetype-1.2/class/dao

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sat Apr 21 08:33:45 EDT 2007


Author: oscar
Date: 2007-04-21 08:33:45 -0400 (Sat, 21 Apr 2007)
New Revision: 5329

Modified:
   plog/branches/lifetype-1.2/class/dao/permission.class.php
Log:
Fix for issue http://bugs.lifetype.net/view.php?id=1287 -- More MySQL 5 strict mode problems (this time related to the Permission object)

Modified: plog/branches/lifetype-1.2/class/dao/permission.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/permission.class.php	2007-04-21 12:16:14 UTC (rev 5328)
+++ plog/branches/lifetype-1.2/class/dao/permission.class.php	2007-04-21 12:33:45 UTC (rev 5329)
@@ -33,7 +33,7 @@
 			$this->_name = $name;
 			$this->_description = $description;
 			$this->_id = $id;
-			$this->_adMinOnly = false;
+			$this->_adminOnly = false;
 			$this->_corePerm = false;
 			
 			$this->_fields = Array(



More information about the pLog-svn mailing list