[pLog-svn] r4888 - plugins/branches/lifetype-1.2/authimage

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Feb 27 16:23:39 EST 2007


Author: oscar
Date: 2007-02-27 16:23:38 -0500 (Tue, 27 Feb 2007)
New Revision: 4888

Modified:
   plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
Log:
Fixed issue http://bugs.lifetype.net/view.php?id=1202


Modified: plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php
===================================================================
--- plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-02-27 13:01:33 UTC (rev 4887)
+++ plugins/branches/lifetype-1.2/authimage/pluginauthimage.class.php	2007-02-27 21:23:38 UTC (rev 4888)
@@ -79,6 +79,8 @@
 			$this->expiredTime = $blogSettings->getValue( "plugin_authimage_expiredtime" );
 			if ($this->expiredTime == "") $this->expiredTime = 3600;
 			$this->default = $blogSettings->getValue( "plugin_authimage_default" );			
+			if( $this->default == "" ) 
+				$this->default = "ocean.gif";
 		}
 
 	    function isEnabled()



More information about the pLog-svn mailing list