Merge branch '1.10.x' of ssh://github.com/chamilo/chamilo-lms into 1.10.x

1.10.x
Julio Montoya 11 years ago
commit 9b9b9f2289
  1. 3
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/Basic.php
  2. 4
      src/Chamilo/CoreBundle/Component/Editor/CkEditor/Toolbar/WikiStudent.php

@ -26,8 +26,7 @@ class Basic extends Toolbar
'colorbutton',
'flash',
'link',
'table',
'wikilink'
'table'
);
/**

@ -9,5 +9,7 @@ namespace Chamilo\CoreBundle\Component\Editor\CkEditor\Toolbar;
*/
class WikiStudent extends Basic
{
public $plugins = array(
'wikilink'
);
}

Loading…
Cancel
Save