[Shuttlebb-svn] SF.net SVN: shuttlebb: [79] branch/index.php
Brought to you by:
afterlife69,
danb00
|
From: <aft...@us...> - 2006-12-05 08:40:39
|
Revision: 79
http://svn.sourceforge.net/shuttlebb/?rev=79&view=rev
Author: afterlife69
Date: 2006-12-05 00:40:38 -0800 (Tue, 05 Dec 2006)
Log Message:
-----------
lol $user->lang = $user->data.
Modified Paths:
--------------
branch/index.php
Modified: branch/index.php
===================================================================
--- branch/index.php 2006-12-05 08:38:00 UTC (rev 78)
+++ branch/index.php 2006-12-05 08:40:38 UTC (rev 79)
@@ -113,7 +113,7 @@
'inc_path' => INC_PATH,
'tpl_path' => $template->template_dir,
'req_path' => REQ_PATH,
- 'lang_path' => LANG_PATH . $user->lang['user_lang'] . '/',
+ 'lang_path' => LANG_PATH . $user->data['user_lang'] . '/',
'mod_path' => MOD_PATH,
'plug_path' => PLUG_PATH);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|