mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 09:49:14 +02:00
Make Opengraph really functional
Make Opengraph really functional Change : #664 for #651
This commit is contained in:
parent
13c2f8d968
commit
e61c44ef46
5 changed files with 7 additions and 6 deletions
|
@ -369,7 +369,7 @@ class Controller
|
|||
|
||||
$page = new View;
|
||||
$page->assign('NAME', $this->_conf->getKey('name'));
|
||||
$page->assign('PATH', I18n::_($this->_conf->getKey('path')));
|
||||
$page->assign('BASEPATH', I18n::_($this->_conf->getKey('basepath')));
|
||||
$page->assign('ERROR', I18n::_($this->_error));
|
||||
$page->assign('STATUS', I18n::_($this->_status));
|
||||
$page->assign('VERSION', self::VERSION);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue