[pLog-svn] r6116 - in plog/branches/lifetype-1.2/class: action/admin view/admin

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Dec 15 14:11:54 EST 2007


Author: jondaley
Date: 2007-12-15 14:11:53 -0500 (Sat, 15 Dec 2007)
New Revision: 6116

Modified:
   plog/branches/lifetype-1.2/class/action/admin/adminmarktrackbackaction.class.php
   plog/branches/lifetype-1.2/class/view/admin/adminlinkslistview.class.php
Log:
made capitalization like all other files

Modified: plog/branches/lifetype-1.2/class/action/admin/adminmarktrackbackaction.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/action/admin/adminmarktrackbackaction.class.php	2007-12-15 19:11:28 UTC (rev 6115)
+++ plog/branches/lifetype-1.2/class/action/admin/adminmarktrackbackaction.class.php	2007-12-15 19:11:53 UTC (rev 6116)
@@ -74,7 +74,7 @@
 			// throw the pre-event
 			$this->notifyEvent( EVENT_PRE_MARK_SPAM_TRACKBACK, Array( "trackbackId" => $this->_trackbackId ));
 			
-           	$this->_view = new AdminArticleTrackbacksListview( $this->_blogInfo, Array( "article" => $this->_article ));
+           	$this->_view = new AdminArticleTrackbacksListView( $this->_blogInfo, Array( "article" => $this->_article ));
 			
         	$trackbacks = new Trackbacks();
         	$this->_trackback->setStatus( COMMENT_STATUS_SPAM );

Modified: plog/branches/lifetype-1.2/class/view/admin/adminlinkslistview.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/view/admin/adminlinkslistview.class.php	2007-12-15 19:11:28 UTC (rev 6115)
+++ plog/branches/lifetype-1.2/class/view/admin/adminlinkslistview.class.php	2007-12-15 19:11:53 UTC (rev 6116)
@@ -11,7 +11,7 @@
      *	
      * Shows a list with all the links in the site, also filtering by category
      */
-    class AdminLinksListview extends AdminTemplatedView 
+    class AdminLinksListView extends AdminTemplatedView 
 	{
 		var $_page;
 
@@ -19,7 +19,7 @@
          * Constructor. If nothing else, it also has to call the constructor of the parent
          * class, BlogAction with the same parameters
          */
-        function AdminLinksListview( $blogInfo, $params = Array())
+        function AdminLinksListView( $blogInfo, $params = Array())
         {		
         	$this->AdminTemplatedView( $blogInfo, "editlinks" );
 			



More information about the pLog-svn mailing list