[eGroupWare-svn] r56062 - /trunk/tracker/setup/default_records.inc.php
[email protected] Fri, 06 May 2016 10:16:45 -0000
| Newsgroups | gmane.comp.web.egroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ralfbecker
Date: Fri May 6 12:16:45 2016
New Revision: 56062
URL: http://svn.stylite.de/viewvc/egroupware?rev=56062&view=rev
Log:
fix error on install: PHP Fatal error: Cannot redeclare class tracker_bo
Modified:
trunk/tracker/setup/default_records.inc.php
Modified: trunk/tracker/setup/default_records.inc.php
URL: http://svn.stylite.de/viewvc/egroupware/trunk/tracker/setup/default_records.inc.php?rev=56062&r1=56061&r2=56062&view=diff
==============================================================================
--- trunk/tracker/setup/default_records.inc.php (original)
+++ trunk/tracker/setup/default_records.inc.php Fri May 6 12:16:45 2016
@@ -82,7 +82,7 @@
$defaultgroup = $GLOBALS['egw_setup']->add_account('Default','Default','Group',False,False);
$GLOBALS['egw_setup']->add_acl('tracker','run',$defaultgroup);
-include(EGW_INCLUDE_ROOT.'/tracker/inc/class.tracker_bo.inc.php'); // for the contstants
+include_once(EGW_INCLUDE_ROOT.'/tracker/inc/class.tracker_bo.inc.php'); // for the contstants
// save a default configuration
foreach(array(
'overdue_days' => 14,
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z