[phpMP-CVS] CVS: phpMP/languages/french lang_main.php,1.3,1.4
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-05 00:17:07
|
Update of /cvsroot/phpmp/phpMP/languages/french In directory sc8-pr-cvs1:/tmp/cvs-serv10633/languages/french Modified Files: lang_main.php Log Message: Forgot $this->, which changes the context of the variable. Without it, the var is contained in the wrong scope (we want it in the Localization class). Index: lang_main.php =================================================================== RCS file: /cvsroot/phpmp/phpMP/languages/french/lang_main.php,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** lang_main.php 4 Dec 2002 16:09:21 -0000 1.3 --- lang_main.php 5 Dec 2002 00:17:03 -0000 1.4 *************** *** 9,13 **** { ! $lang = array( // --- 9,13 ---- { ! $this->lang = array( // |