Closed (fixed)
Project:
Util
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2007 at 04:43 UTC
Updated:
12 Sep 2007 at 16:41 UTC
While running update.php against the August 28th, 2007 .dev, I saw a PHP warning.
warning: Invalid argument supplied for foreach() in /sites/all/modules/util/util.module on line 141.
Line 141 is:
139 function util_form_alter($form_id, &$form) {
140 global $_util_hook_files;
141 foreach ($_util_hook_files as $file => $hook) {
The update.php ran properly, and the site is functioning. This is just an FYI.
Comments
Comment #1
litwol commentedThank you, i've patched it in dev .
Comment #2
litwol commentedforgot to set status to fixed
Comment #3
(not verified) commented