- Fixes 'Cannot access self:: when no class scope is active' error in PHP 5.3

This commit is contained in:
Vlad
2016-11-06 18:49:10 -05:00
parent 61c255564f
commit 1db8626e35
3 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ class Shortcodes {
$shortcode_details['action'] :
false;
$shortcode_class =
self::SHORTCODE_CATEGORY_NAMESPACE . $shortcode_category;
Shortcodes::SHORTCODE_CATEGORY_NAMESPACE . $shortcode_category;
$shortcode_default_value = !empty($shortcode_details['default']) ?
$shortcode_details['default'] :
false;