[limb-svn] r6739 - 3.x/trunk/limb/wysiwyg/src/wact

svn at limb-project.com svn at limb-project.com
Thu Jan 24 15:33:35 MSK 2008


Author: serega
Date: 2008-01-24 15:33:35 +0300 (Thu, 24 Jan 2008)
New Revision: 6739
URL: http://fisheye.limb-project.com/changelog/limb/?cs=6739

Modified:
   3.x/trunk/limb/wysiwyg/src/wact/wysiwyg.tag.php
Log:
-- typos fix in wysiwyg.tag.php

Modified: 3.x/trunk/limb/wysiwyg/src/wact/wysiwyg.tag.php
===================================================================
--- 3.x/trunk/limb/wysiwyg/src/wact/wysiwyg.tag.php	2008-01-24 11:09:22 UTC (rev 6738)
+++ 3.x/trunk/limb/wysiwyg/src/wact/wysiwyg.tag.php	2008-01-24 12:33:35 UTC (rev 6739)
@@ -29,12 +29,12 @@
   {
     try
     {
-      $ini = lmbToolkit :: instance()->getConf('wact_wisywyg.ini');
+      $ini = lmbToolkit :: instance()->getConf('wact_wysiwyg.ini');
     }
     catch(lmbException $e){}
     
     if(!$ini)
-      $ini = lmbToolkit :: instance()->getConf('wisywyg.ini');
+      $ini = lmbToolkit :: instance()->getConf('wysiwyg.ini');
 
     if(($this->profile = $this->getAttribute('profile')) == '' &&
        ($this->profile = $ini->getOption('profile')) == '')



More information about the limb-svn mailing list