diff options
Diffstat (limited to 'smartyplugins/modifier.bit_short_datetime.php')
| -rw-r--r-- | smartyplugins/modifier.bit_short_datetime.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/smartyplugins/modifier.bit_short_datetime.php b/smartyplugins/modifier.bit_short_datetime.php index bc5aee9..08a3426 100644 --- a/smartyplugins/modifier.bit_short_datetime.php +++ b/smartyplugins/modifier.bit_short_datetime.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_datetime |
