diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:12:18 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 10:12:18 +0200 |
commit | 30b17ac6920c1c8cf199faa368f2fb5672952904 (patch) | |
tree | 37e8f643a5d29f53df4a8cb84930af8c69bc8721 /db/mobile.php | |
parent | f83f95e9c7d1953b7e760feea862e45304cd9443 (diff) |
Fix Codechecker issue
Diffstat (limited to 'db/mobile.php')
-rw-r--r-- | db/mobile.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/mobile.php b/db/mobile.php index 3ce7338..6ab61b0 100644 --- a/db/mobile.php +++ b/db/mobile.php @@ -35,7 +35,7 @@ $addons = [ 'delegate' => 'CoreQuestionDelegate', // Delegate (where to display the link to the add-on). 'method' => 'mobile_get_algebra', 'offlinefunctions' => [ - 'mobile_get_algebra' => [],// function in classes/output/mobile.php + 'mobile_get_algebra' => [], // Function in classes/output/mobile.php. ], // Function needs caching for offline. 'styles' => [ 'url' => '/question/type/algebra/mobile/styles_app.css', @@ -44,7 +44,7 @@ $addons = [ ] ], 'lang' => [ - ['pluginname', 'qtype_algebra'], // matching value in lang/en/qtype_algebra + ['pluginname', 'qtype_algebra'], // Matching value in lang/en/qtype_algebra. ], ] ]; |