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

Bugtracker #4060 - missing bracket

This commit is contained in:
e107steved
2007-08-28 19:05:02 +00:00
parent 7a8bfe9913
commit eaa6a99354

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/e_list.php,v $ | $Source: /cvs_backup/e107_0.8/e107_plugins/calendar_menu/e_list.php,v $
| $Revision: 1.2 $ | $Revision: 1.3 $
| $Date: 2007-07-13 19:37:52 $ | $Date: 2007-08-28 19:05:02 $
| $Author: e107steved $ | $Author: e107steved $
| |
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
@@ -20,7 +20,7 @@
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
if (isset($pref['plug_installed']) if (isset($pref['plug_installed']))
{ {
if (!isset($pref['plug_installed']['calendar_menu'])) return; if (!isset($pref['plug_installed']['calendar_menu'])) return;
} }