declare array

This commit is contained in:
Ian 2012-12-03 10:47:36 +01:00
parent c810542654
commit 15a05c8d7c

View File

@ -112,7 +112,7 @@ function show_plugins($event_only = false, $sidebars = null)
$plugin_placements = $sidebars;
}
$data['plugin_placements'] = $plugin_placements;
//???$ownership = array();
$ownership = array();
$total = 0;
foreach ($plugin_placements as $plugin_placement) {