[pLog-svn] r2750 - plog/trunk/class/action/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 4 23:22:18 GMT 2006


Author: oscar
Date: 2006-01-04 23:22:17 +0000 (Wed, 04 Jan 2006)
New Revision: 2750

Modified:
   plog/trunk/class/action/admin/adminupdateeditblogaction.class.php
Log:
wrong method name


Modified: plog/trunk/class/action/admin/adminupdateeditblogaction.class.php
===================================================================
--- plog/trunk/class/action/admin/adminupdateeditblogaction.class.php	2006-01-04 23:21:39 UTC (rev 2749)
+++ plog/trunk/class/action/admin/adminupdateeditblogaction.class.php	2006-01-04 23:22:17 UTC (rev 2750)
@@ -105,7 +105,7 @@
 			$blogInfo->setProperties( $this->_blogProperties );
             $blogInfo->setOwner( $this->_blogOwner );
 			$blogInfo->setStatus( $this->_blogStatus );
-            $blogInfo->setMangledBlog( Textfilter::urlize( $blogInfo->getBlog()));
+            $blogInfo->setMangledBlogName( Textfilter::urlize( $blogInfo->getBlog()));
        
             
 			$this->notifyEvent( EVENT_PRE_BLOG_UPDATE, Array( "blog" => &$blogInfo ));



More information about the pLog-svn mailing list