From 8bed5e0151eb375e2d2dc91e4e6c6d5aa62daa5c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 19 Jul 2015 05:06:48 -0400
Subject: [PATCH] Fix regression where compose editor mode was set incorrectly

---
 program/include/iniset.php |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/program/include/iniset.php b/program/include/iniset.php
index ca1e6ad..3044e0e 100644
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -1,6 +1,6 @@
 <?php
 
-/*
+/**
  +-----------------------------------------------------------------------+
  | program/include/iniset.php                                            |
  |                                                                       |
@@ -67,12 +67,6 @@
 
 // backward compatybility (to be removed)
 require_once INSTALL_PATH . 'program/include/bc.php';
-
-// load the UTF-8 portablity layer from Patchwork
-if (!function_exists('iconv') || !function_exists('utf8_encode') || !extension_loaded('mbstring')) {
-    \Patchwork\Utf8\Bootup::initAll();
-}
-
 
 /**
  * PHP5 autoloader routine for dynamic class loading

--
Gitblit v1.9.1