From 604a12f7e61e86cbc93a8a951ea9c87b3435af54 Mon Sep 17 00:00:00 2001 From: nathan Date: Fri, 14 Jul 2023 10:56:18 -0600 Subject: [PATCH] Get rid of "Undefined variable $args" warning --- api/src/Framework/IncludeMgr.php | 1 + 1 file changed, 1 insertion(+) diff --git a/api/src/Framework/IncludeMgr.php b/api/src/Framework/IncludeMgr.php index f50449b6a0..bc665ff07d 100644 --- a/api/src/Framework/IncludeMgr.php +++ b/api/src/Framework/IncludeMgr.php @@ -331,6 +331,7 @@ class IncludeMgr // we will do no further processing but just include the file // XXX: Is this case still used? If yes, it will not work with // adding the ctime to all js files... + $args = ''; if (is_array($file)) { foreach($file as $name => $val)