Get rid of "Undefined variable $args" warning

This commit is contained in:
nathan 2023-07-14 10:56:18 -06:00
parent 5b621ffcba
commit 604a12f7e6

View File

@ -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)