Skip to content

Commit

Permalink
- import decorator-specific vars from the decorator base class
Browse files Browse the repository at this point in the history
- $currentLang => $decoratedLang


git-svn-id: http://svn.php.net/repository/pear/packages/Translation2/trunk@156273 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
quipo committed Apr 16, 2004
1 parent 3956dd8 commit 691cc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Admin/Admin.php
Expand Up @@ -26,7 +26,7 @@
/**
* require Translation2 base class
*/
require_once 'Translation2/Translation2.php';
require_once 'Translation2.php';

/**
* Administration utilities for translation string management
Expand Down
4 changes: 2 additions & 2 deletions package.xml
Expand Up @@ -49,12 +49,12 @@ An Admin class is provided to easily manage translations (add/remove a language,
      <dep type="pkg" rel="has" optional="yes">File_Gettext</dep>
    </deps>
<filelist>
<file role="php" name="Translation2.php" />
<dir name="/" baseinstalldir="Translation2">
<file role="php" name="Translation2.php" />
<file role="php" name="Admin.php" />
<file role="php" name="Container.php" />
<file role="php" name="Decorator.php" />
<dir name="Admin" role="php">
<file role="php" name="Admin.php" />
<dir name="Container" role="php">
<file name="dataobjectsimple.php" />
<file name="db.php" />
Expand Down

0 comments on commit 691cc59

Please sign in to comment.