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

Oscar Renalias oscar at renalias.net
Thu Mar 2 07:21:32 GMT 2006


But this fix is for 1.1. And I have to admit that I didn't test it,
but it should work.

Oscar

On 3/2/06, Glen Stansberry <blogfuse at yahoo.com> wrote:
> 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
> >
> >
> >
> _______________________________________________
> 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