You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by de...@apache.org on 2010/12/20 17:42:51 UTC

[zeta-commits] svn commit: r1051220 - /incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php

Author: derick
Date: Mon Dec 20 17:42:50 2010
New Revision: 1051220

URL: http://svn.apache.org/viewvc?rev=1051220&view=rev
Log:
- Fixed bug #36: Removed (broken) unreachable code.

Modified:
    incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php

Modified: incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php?rev=1051220&r1=1051219&r2=1051220&view=diff
==============================================================================
--- incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php (original)
+++ incubator/zetacomponents/trunk/TemplateTranslationTiein/src/configuration.php Mon Dec 20 17:42:50 2010
@@ -147,8 +147,6 @@ class ezcTemplateTranslationConfiguratio
             default:
                 return false;
         }
-        // if there is no default case before:
-        return parent::__isset( $name );
     }
 }
 ?>