mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 03:19:56 +01:00
Get rid of "Undefined variable $args" warning
This commit is contained in:
parent
5b621ffcba
commit
604a12f7e6
@ -331,6 +331,7 @@ class IncludeMgr
|
|||||||
// we will do no further processing but just include the file
|
// we will do no further processing but just include the file
|
||||||
// XXX: Is this case still used? If yes, it will not work with
|
// XXX: Is this case still used? If yes, it will not work with
|
||||||
// adding the ctime to all js files...
|
// adding the ctime to all js files...
|
||||||
|
$args = '';
|
||||||
if (is_array($file))
|
if (is_array($file))
|
||||||
{
|
{
|
||||||
foreach($file as $name => $val)
|
foreach($file as $name => $val)
|
||||||
|
Loading…
Reference in New Issue
Block a user