mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
Change some properties from protected to private
This commit is contained in:
@@ -277,7 +277,7 @@ class record_preview extends record_adapter
|
||||
switch ($this->env) {
|
||||
|
||||
case "RESULT":
|
||||
$this->title .= $this->app->trans('resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->number + 1) . '</span> : ']);
|
||||
$this->title .= $this->app->trans('resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->get_number() + 1) . '</span> : ']);
|
||||
$this->title .= parent::get_title($highlight, $searchEngine);
|
||||
break;
|
||||
case "BASK":
|
||||
|
Reference in New Issue
Block a user