1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

Consolidate parsing classes into single file.

This commit is contained in:
Cameron
2013-05-20 17:10:38 -07:00
parent e55b3cbbd9
commit 4581b9986c
13 changed files with 234 additions and 53 deletions

View File

@@ -174,7 +174,7 @@ class pm_shortcodes extends e_shortcode
public function sc_pm_emotes()
{
require_once(e_HANDLER.'emote.php');
// require_once(e_HANDLER.'emote.php');
return r_emote();
}