Quote:
Originally Posted by MarcoH64
Well you are passing a variable that is not an array somewhere where an array is expected, that's for sure.
Did you do a:
PHP Code:
// get special phrase groups
$phrasegroups = array();
// get special data templates from the datastore
$specialtemplates = array();
// pre-cache templates used by all actions
$globaltemplates = array();
// pre-cache templates used by specific actions
$actiontemplates = array();
before calling global?
|
yup always
oh well i'll find it it's in one of two scripts so shouldn't be that hard to find.