mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +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 $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
* $URL$
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
@@ -3,10 +3,8 @@
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Tiny MCE controller file.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_plugins/tinymce/wysiwyg.php,v $
|
||||
| $Revision$
|
||||
| $Date$
|
||||
| $Author$
|
||||
| $URL$
|
||||
| $Id$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
|
||||
@@ -18,13 +16,13 @@ class wysiwyg
|
||||
var $configName;
|
||||
|
||||
|
||||
function wysiwyg($config=FALSE)
|
||||
function __construct($config=FALSE)
|
||||
{
|
||||
|
||||
$this->getConfig($config);
|
||||
|
||||
|
||||
global $pref;
|
||||
$pref = e107::getConfig();
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user