From 083720f4d0e29bece4ba957904b60ae94c892511 Mon Sep 17 00:00:00 2001 From: bugrain Date: Thu, 6 Aug 2009 22:34:59 +0000 Subject: [PATCH] Include shortcode_handler.php --- e107_plugins/download/download_shortcodes.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php index 5934ac84f..811713f38 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -11,12 +11,13 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/download_shortcodes.php,v $ -| $Revision: 1.7 $ -| $Date: 2009-07-25 07:54:35 $ -| $Author: marj_nl_fr $ +| $Revision: 1.8 $ +| $Date: 2009-08-06 22:34:59 $ +| $Author: bugrain $ +----------------------------------------------------------------------------+ */ if (!defined('e107_INIT')) { exit; } +require_once(e_HANDLER.'shortcode_handler.php'); register_shortcode('download_shortcodes', true); initShortcodeClass('download_shortcodes');