From a25767432a923d42f95060b62e99aa0835f3eb2f Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 11 May 2019 00:35:47 +0100 Subject: [PATCH] Add todo --- modules/feature-firstrun.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/feature-firstrun.php b/modules/feature-firstrun.php index 837acc0..d44de5f 100644 --- a/modules/feature-firstrun.php +++ b/modules/feature-firstrun.php @@ -8,6 +8,7 @@ register_module([ "id" => "feature-firstrun", "code" => function() { + // TODO: Remove this line once it's ready return true; // Stop this module from actually being executed - it's not ready yet! // TODO: Figure out how to detect pre-existing wikis here