[pLog-svn] r5386 - plog/branches/lifetype-1.2/class/view/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu May 10 23:19:45 EDT 2007


Author: jondaley
Date: 2007-05-10 23:19:45 -0400 (Thu, 10 May 2007)
New Revision: 5386

Modified:
   plog/branches/lifetype-1.2/class/view/admin/adminview.class.php
Log:
we are using this->_pm without creating it as a class variable.  I think a bunch of the child classes don't know the parent already has one of these

Modified: plog/branches/lifetype-1.2/class/view/admin/adminview.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/view/admin/adminview.class.php	2007-05-11 01:28:34 UTC (rev 5385)
+++ plog/branches/lifetype-1.2/class/view/admin/adminview.class.php	2007-05-11 03:19:45 UTC (rev 5386)
@@ -21,7 +21,7 @@
      */
     class AdminView extends View 
 	{
-
+        var $_pm;
     	var $_templateService;
         var $_blogInfo;
         var $_userInfo;



More information about the pLog-svn mailing list