Welcome Guest, Not a member yet? Register   Sign In
Code Error
#1

[eluser]stondin[/eluser]
Hey there,

Just a quick note. On line 654 of the carabiner.php file

Code:
if( !isset($this->js[$group]) ):

should be

Code:
if( !isset($this->css[$group]) ):

Caused me a massive headache as adding groups in the config file wouldn't work unless both a js and a css array were present. A lot of digging later, I found the problem.
Hope that helps people and the quick fix can be made to the latest version of Carabiner.
Many thanks for a great Library!




Theme © iAndrew 2016 - Forum software by © MyBB