[pLog-svn] r5324 - plog/branches/lifetype-1.2/class/action

Oscar Renalias oscar at renalias.net
Fri Apr 20 11:38:03 EDT 2007


I've added a small test case to our 1.2 test blog at http:// 
devel.lifetype.net/lifetype-1.2/index.php?blogId=1, can you see if it  
works for you there? Just have a look at the top of the page.

You'll probably have to register a new blog too (http user=devel,  
password=d3v3l)

On 20 Apr 2007, at 02:33, Jon Daley wrote:

>  	This didn't fix the problem for me.
>
> On Thu, 19 Apr 2007, oscar at devel.lifetype.net wrote:
>
>> Author: oscar
>> Date: 2007-04-19 16:08:22 -0400 (Thu, 19 Apr 2007)
>> New Revision: 5324
>>
>> Modified:
>>   plog/branches/lifetype-1.2/class/action/defaultaction.class.php
>> Log:
>> Fix for issue http://bugs.lifetype.net/view.php?id=1286 --  
>> $authuser not correctly being populated in the front page of the  
>> blog.
>>
>> Modified: plog/branches/lifetype-1.2/class/action/ 
>> defaultaction.class.php
>> ===================================================================
>> --- plog/branches/lifetype-1.2/class/action/ 
>> defaultaction.class.php	2007-04-17 21:40:35 UTC (rev 5323)
>> +++ plog/branches/lifetype-1.2/class/action/ 
>> defaultaction.class.php	2007-04-19 20:08:22 UTC (rev 5324)
>> @@ -88,6 +88,7 @@
>> 			// do any work... it's already been done before and we should  
>> "safely" assume
>> 			// that there hasn't been any change so far
>> 			if( $this->_view->isCached()) {
>> +				$this->setCommonData();
>> 				return true;
>> 			}
>>
>>
>> _______________________________________________
>> pLog-svn mailing list
>> pLog-svn at devel.lifetype.net
>> http://limedaley.com/mailman/listinfo/plog-svn
>>
>
> -- 
> Jon Daley
> http://jon.limedaley.com/
>
> I wish there were a knob on the TV to turn up the intelligence.
> There's a knob called "brightness," but that doesn't work.
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
>



More information about the pLog-svn mailing list