Fix constructor
This commit is contained in:
parent
6a2bb08107
commit
c28a3e85a3
@ -46,7 +46,7 @@ if (!is_object($websitepage))
|
||||
// Define $weblangs
|
||||
if (!is_object($weblangs))
|
||||
{
|
||||
$weblangs = new Translate($db, $conf);
|
||||
$weblangs = new Translate('', $conf);
|
||||
}
|
||||
if ($pageid > 0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user