Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

jupiter/framework/admin/generators/option-generator.php on line 80

// Open file jupiterframeworkadmingeneratorsoption-generator.php on line 80
// Find below code

// $this->$option['type']( $option );

// and replace with
$this->{$option['type']}( $option );
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #line
ADD COMMENT
Topic
Name
8+6 =