[pLog-svn] r4418 - plugins/branches/lifetype-1.1/openid

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sat Dec 23 17:35:38 GMT 2006


Author: jondaley
Date: 2006-12-23 17:35:38 +0000 (Sat, 23 Dec 2006)
New Revision: 4418

Modified:
   plugins/branches/lifetype-1.1/openid/README.txt
Log:
check whether the plugin is installed before using the object

Modified: plugins/branches/lifetype-1.1/openid/README.txt
===================================================================
--- plugins/branches/lifetype-1.1/openid/README.txt	2006-12-23 08:30:15 UTC (rev 4417)
+++ plugins/branches/lifetype-1.1/openid/README.txt	2006-12-23 17:35:38 UTC (rev 4418)
@@ -15,6 +15,8 @@
 
 <head>
 ...
-{$openid->show()} 
+  {if !empty($openid)}
+    {$openid->show()}
+  {/if}
 </head>
 



More information about the pLog-svn mailing list