]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-21108 fixed todo
authorPetr Skoda <skodak@moodle.org>
Thu, 17 Dec 2009 20:06:35 +0000 (20:06 +0000)
committerPetr Skoda <skodak@moodle.org>
Thu, 17 Dec 2009 20:06:35 +0000 (20:06 +0000)
lib/outputlib.php

index 8f7948c3b374892e4ec6eef201606380366428a7..4ca88695b93d85834ce3d2b8bc4c13a2b5a10bed 100644 (file)
@@ -343,7 +343,7 @@ class theme_config {
      * @return array description of problems
      */
     public static function diagnose($themename) {
-        //TODO:
+        //TODO: MDL-21108
         return array();
     }