From 7cd7837e08dfedd4e4768703f3b81ef731221deb Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Mon, 7 Nov 2016 23:24:07 +0100 Subject: reverse logic --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c52f844e1..1c558ef70 100755 --- a/boot.php +++ b/boot.php @@ -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) -- cgit v1.2.3