[pLog-svn] r2998 - plog/trunk/class/view/admin

Glen Stansberry blogfuse at yahoo.com
Thu Mar 2 01:02:35 GMT 2006


Hi Oscar,

I was the guy who asked about this earlier today ;)  I tried it out 
though and it didn't work.  Any ideas?

Glen

oscar at devel.lifetype.net wrote:
> Author: oscar
> Date: 2006-03-01 23:24:28 +0000 (Wed, 01 Mar 2006)
> New Revision: 2998
>
> Modified:
>    plog/trunk/class/view/admin/admindashboardview.class.php
> Log:
> now the "user" object is available in dashboard.template too
>
>
> Modified: plog/trunk/class/view/admin/admindashboardview.class.php
> ===================================================================
> --- plog/trunk/class/view/admin/admindashboardview.class.php	2006-03-01 23:23:48 UTC (rev 2997)
> +++ plog/trunk/class/view/admin/admindashboardview.class.php	2006-03-01 23:24:28 UTC (rev 2998)
> @@ -95,6 +95,7 @@
>  			$this->_params->setValue( "recentposts", $recentPosts );
>  			$this->_params->setValue( "recentcomments", $recentComments );
>  			$this->_params->setValue( "recenttrackbacks", $recentTrackbacks );
> +			$this->_params->setValue( "user", $this->_userInfo );
>  			
>  			// check whether the user can create new blogs
>  			$maxBlogsPerUser = $this->_config->getValue( "num_blogs_per_user" );
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://devel.lifetype.net/mailman/listinfo/plog-svn
>
>
>   


More information about the pLog-svn mailing list