mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
SVN keywords fix
This commit is contained in:
@@ -8,10 +8,8 @@
|
|||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/e_meta.php,v $
|
* $URL$
|
||||||
* $Revision$
|
* $Id$
|
||||||
* $Date$
|
|
||||||
* $Author$
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
|
@@ -3,10 +3,8 @@
|
|||||||
+ ----------------------------------------------------------------------------+
|
+ ----------------------------------------------------------------------------+
|
||||||
| e107 website system - Tiny MCE controller file.
|
| e107 website system - Tiny MCE controller file.
|
||||||
|
|
|
|
||||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
| $URL$
|
||||||
| $Revision$
|
| $Id$
|
||||||
| $Date$
|
|
||||||
| $Author$
|
|
||||||
+----------------------------------------------------------------------------+
|
+----------------------------------------------------------------------------+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -18,13 +16,13 @@ class wysiwyg
|
|||||||
var $configName;
|
var $configName;
|
||||||
|
|
||||||
|
|
||||||
function wysiwyg($config=FALSE)
|
function __construct($config=FALSE)
|
||||||
{
|
{
|
||||||
|
|
||||||
$this->getConfig($config);
|
$this->getConfig($config);
|
||||||
|
|
||||||
|
|
||||||
global $pref;
|
$pref = e107::getConfig();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user