reverse logic

This commit is contained in:
Mario Vavti
2016-11-07 23:24:07 +01:00
parent 66f7437965
commit 7cd7837e08
2 changed files with 4 additions and 4 deletions

View File

@@ -1135,9 +1135,9 @@ class App {
public static function build_pagehead() {
$user_scalable = ((local_channel()) ? get_pconfig(local_channel(),'system','user_scalable') : 1);
$user_scalable = ((local_channel()) ? get_pconfig(local_channel(),'system','user_scalable') : 0);
if ($user_scalable === false)
$user_scalable = 1;
$user_scalable = 0;
$preload_images = ((local_channel()) ? get_pconfig(local_channel(),'system','preload_images') : 0);
if ($preload_images === false)