Warning: Creating default object from empty value
-
Hey mate.
I’ve updated my server php to 5.4.10 & now i get this error;Warning: Creating default object from empty value in /home/mysite/public_html/wp-content/plugins/wplike2get/wpLike2Get.php on line 119
function wplike2get_get_setting($option = ”)
{
global $wplike2get;if (!$option)
return false;if (!isset($wplike2get->settings) || !is_array($wplike2get->settings))
“119” $wplike2get->settings = get_option(‘wplike2get_settings’);return $wplike2get->settings[$option];
}Tried whatever i could, but noting happened.
What should i change?
Tnx
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Warning: Creating default object from empty value’ is closed to new replies.