diff options
Diffstat (limited to 'smartyplugins/modifier.bit_short_date.php')
| -rw-r--r-- | smartyplugins/modifier.bit_short_date.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartyplugins/modifier.bit_short_date.php b/smartyplugins/modifier.bit_short_date.php index 17b8aa6..6df05af 100644 --- a/smartyplugins/modifier.bit_short_date.php +++ b/smartyplugins/modifier.bit_short_date.php @@ -9,7 +9,7 @@ * required setup */ global $gBitSmarty; -require_once $gBitSmarty->_get_plugin_filepath('modifier','bit_date_format'); +$gBitSmarty->loadPlugin('smarty_modifier_bit_date_format'); /** * smarty_modifier_bit_short_date |
