[phpMP-CVS] CVS: phpMP/languages/english lang_main.php,1.12,1.13
Status: Pre-Alpha
Brought to you by:
heimidal
From: Brian R. <hei...@us...> - 2002-12-05 00:17:06
|
Update of /cvsroot/phpmp/phpMP/languages/english In directory sc8-pr-cvs1:/tmp/cvs-serv10633/languages/english 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/english/lang_main.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -r1.12 -r1.13 *** lang_main.php 4 Dec 2002 16:09:20 -0000 1.12 --- lang_main.php 5 Dec 2002 00:17:01 -0000 1.13 *************** *** 9,13 **** { ! $lang = array( // --- 9,13 ---- { ! $this->lang = array( // |