1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-06 16:51:32 +00:00

change handling of GLOBAL_ENABLE_LABELS when disabled

This commit is contained in:
Andrew Dolgov
2006-08-16 08:37:30 +01:00
parent f531499b25
commit 9e7bb2041f
2 changed files with 3 additions and 1 deletions

View File

@@ -2252,6 +2252,8 @@
if ($op == "pref-labels") {
if (!GLOBAL_ENABLE_LABELS) {
print "<p>Sorry, labels have been administratively disabled for this installation. Please contact instance owner or edit configuration file to enable this functionality.</p>";
return;
}