Updated the readme.

This commit is contained in:
2016-02-29 13:05:37 +02:00
parent 15e3c82dd2
commit 5a541340c8
363 changed files with 382 additions and 391 deletions

View File

@ -27,9 +27,6 @@
// No direct access to this file
defined('_JEXEC') or die('Restricted access');
// include class to minify js
require_once JPATH_ADMINISTRATOR.'/components/com_componentbuilder/helpers/js.php';
/**
* Compiler class
*/
@ -10243,7 +10240,7 @@ class Interpretation extends Structure
$fix .= "\n\t*";
$fix .= "\n\t* @return translatable string";
$fix .= "\n\t*/";
$fix .= "\n\tprotected function selectionTranslation(\$value,\$name)";
$fix .= "\n\tpublic function selectionTranslation(\$value,\$name)";
$fix .= "\n\t{";
foreach ($this->selectionTranslationFixBuilder[$views] as $name => $values)
{