From 30b17ac6920c1c8cf199faa368f2fb5672952904 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 28 Apr 2019 10:12:18 +0200 Subject: Fix Codechecker issue --- db/mobile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db/mobile.php') 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. ], ] ]; -- cgit v1.2.3