1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

removed PHP warning

This commit is contained in:
CaMer0n
2009-07-16 08:22:57 +00:00
parent afcf85cd8e
commit 12625b3de8

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_conf.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/pm/pm_conf.php,v $
| $Revision: 1.3 $ | $Revision: 1.4 $
| $Date: 2008-12-30 16:35:05 $ | $Date: 2009-07-16 08:22:57 $
| $Author: e107steved $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
$retrieve_prefs[] = 'pm_prefs'; $retrieve_prefs[] = 'pm_prefs';
@@ -50,7 +50,7 @@ if(!is_array($pm_prefs))
} }
$lan_file = e_PLUGIN."pm/languages/admin/".e_LANGUAGE.".php"; $lan_file = e_PLUGIN."pm/languages/admin/".e_LANGUAGE.".php";
include_once(is_readable($lan_file) ? $lan_file : e_PLUGIN."pm/languages/admin/English.php"); // include_once(is_readable($lan_file) ? $lan_file : e_PLUGIN."pm/languages/admin/English.php");
if (isset($_POST['update_prefs'])) if (isset($_POST['update_prefs']))
{ {