Release version 1.0.0
Dieser Commit ist enthalten in:
Ursprung
7d1f043bed
Commit
d098573903
18 geänderte Dateien mit 312 neuen und 287 gelöschten Zeilen
|
|
@ -18,7 +18,7 @@ if (!defined('CON_FRAMEWORK')) {
|
|||
}
|
||||
|
||||
/**
|
||||
* Abstract controller for all concrete mod_rewrite controller implementations.
|
||||
* Abstract controller for all concrete cl-mod-rewrite controller implementations.
|
||||
*
|
||||
* @author Murat Purc <murat@purc.de>
|
||||
* @package plugin
|
||||
|
|
@ -104,7 +104,7 @@ abstract class ModRewrite_ControllerAbstract {
|
|||
$this->_oView->frame = $this->_frame;
|
||||
$this->_oView->contenido = $this->_contenido;
|
||||
$this->_oView->sessid = $sess->id;
|
||||
$this->_oView->lng_more_informations = i18n("More informations", "mod_rewrite");
|
||||
$this->_oView->lng_more_informations = i18n("More informations", "cl-mod-rewrite");
|
||||
|
||||
$this->init();
|
||||
}
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren