diff options
author | friendica <info@friendica.com> | 2015-01-06 20:12:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-06 20:12:34 -0800 |
commit | 3ef487418df8465143cc0393803b2a1ff221697f (patch) | |
tree | 0f4d6c3feb14ca992eacf0c5e65b45d09ba10a27 /boot.php | |
parent | fbe0610ce9a4ef62da8aba166250485f56e73d03 (diff) | |
download | volse-hubzilla-3ef487418df8465143cc0393803b2a1ff221697f.tar.gz volse-hubzilla-3ef487418df8465143cc0393803b2a1ff221697f.tar.bz2 volse-hubzilla-3ef487418df8465143cc0393803b2a1ff221697f.zip |
don't allow admin to delete the sys channel from the channel manage page
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -554,7 +554,7 @@ define ( 'ITEM_DELAYED_PUBLISH', 0x0080); define ( 'ITEM_BUILDBLOCK', 0x0100); // Named thusly to make sure nobody confuses this with ITEM_BLOCKED define ( 'ITEM_PDL', 0x0200); // Page Description Language - e.g. Comanche define ( 'ITEM_BUG', 0x0400); // Is a bug, can be used by the internal bug tracker -define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed +define ( 'ITEM_PENDING_REMOVE', 0x0800); // deleted, notification period has lapsed /** * Item Flags |