summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/hooks/main-warning.inc.php
blob: 9c5a4f3f0e65002446923c74a4fde0598ba46621 (plain) (blame)
1
2
3
4
5
6
<?php

if (false === Database::queryFirst("SELECT locationid FROM configtgz_location WHERE locationid = 0")) {
	Message::addError('sysconfig.no-noconfig-active', true);
	$needSetup = true;
}