summaryrefslogtreecommitdiff
path: root/block_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'block_edit.php')
-rw-r--r--block_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/block_edit.php b/block_edit.php
index 44495568cf..62bc9c6edf 100644
--- a/block_edit.php
+++ b/block_edit.php
@@ -33,7 +33,7 @@ $block = Database::prepare(
"SELECT SQL_CACHE * FROM `##block` WHERE block_id=?"
)->execute(array($block_id))->fetchOneRow();
-// Check access. (1) the block must exist and be enabled, (2) gedcom blocks require
+// Check access. (1) the block must exist and be enabled, (2) gedcom blocks require
// managers, (3) user blocks require the user or an admin
$blocks = Module::getActiveBlocks($WT_TREE);
if (