[limb-svn] r6884 - 3.x/trunk/limb/core/src

svn at limb-project.com svn at limb-project.com
Tue Apr 1 22:32:52 MSD 2008


Author: pachanga
Date: 2008-04-01 22:32:52 +0400 (Tue, 01 Apr 2008)
New Revision: 6884
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6884

Modified:
   3.x/trunk/limb/core/src/lmbObject.class.php
Log:
-- minor style changes

Modified: 3.x/trunk/limb/core/src/lmbObject.class.php
===================================================================
--- 3.x/trunk/limb/core/src/lmbObject.class.php	2008-04-01 18:32:26 UTC (rev 6883)
+++ 3.x/trunk/limb/core/src/lmbObject.class.php	2008-04-01 18:32:52 UTC (rev 6884)
@@ -179,9 +179,8 @@
     if($this->_hasAttribute($name) && !$this->_isGuarded($name))
       return $this->_getRaw($name);
 
-    if(LIMB_UNDEFINED !== $default) {
+    if(LIMB_UNDEFINED !== $default)
       return $default;
-    }
     
     throw new lmbNoSuchPropertyException("No such property '$name' in " . get_class($this));
   }



More information about the limb-svn mailing list