Quote:
Originally Posted by Ryan Ashbrook
FOr those getting the array_merge warning, simply do this.
Open the *** Initialize app *** plugin and find this:
PHP Code:
$phrasegroups = array_merge($phrasegroups, array('vbnexus'));
And above put this:
PHP Code:
if ( !is_array ( $phrasegroups ) )
{
$phrasegroups = array ( );
}
Real coders are willing to help anyone, regardless.
|
perfect! thanks.
btw wolfstream has shown those 'real coders' characteristics extensively on the fb connect mod. As have you above.
Thanks to both of you.:up: