Adding namespace names
[lhc/web/wiklou.git] / api.php
diff --git a/api.php b/api.php
index 7db2ce0..fa85573 100644 (file)
--- a/api.php
+++ b/api.php
@@ -50,10 +50,10 @@ if (!$wgEnableAPI) {
  */
 $processor = new ApiMain($wgRequest, $wgEnableWriteAPI);
 
-// Generate the output.
+// Process data & print results
 $processor->execute();
 
 // Log what the user did, for book-keeping purposes.
 wfProfileOut('api.php');
 wfLogProfilingData();
-?>
+