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 ( );
}
Quote:
Originally Posted by wolfstream
Coders don't work on demand for free.
|
Real coders are willing to
help anyone, regardless.