From 2aa9ee56fd8f4e36c9d5c65cf1b7dc15def11f82 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Tue, 27 Oct 2015 12:18:23 -0400
Subject: [PATCH] Fix so disabling emoticons plugin really removes emoticons button from HTML editor
---
program/include/iniset.php | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 3044e0e..6436767 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -65,9 +65,6 @@
// register autoloader for rcmail app classes
spl_autoload_register('rcmail_autoload');
-// backward compatybility (to be removed)
-require_once INSTALL_PATH . 'program/include/bc.php';
-
/**
* PHP5 autoloader routine for dynamic class loading
*/
--
Gitblit v1.9.1