Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Translation2_Decorator now extends Translation2, as requested by Alan.
git-svn-id: http://svn.php.net/repository/pear/packages/Translation2/trunk@195534 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Sep 8, 2005
1 parent 1e0cbd6 commit 9503305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Decorator.php
Expand Up @@ -51,7 +51,7 @@
* @link http://pear.php.net/package/Translation2
* @abstract
*/
class Translation2_Decorator
class Translation2_Decorator extends Translation2
{
// {{{ class vars

Expand Down

0 comments on commit 9503305

Please sign in to comment.