From 4cd2074f301b530ee51703ebb9cc1baf9749ae2c Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 5 Feb 2017 11:06:20 +0100 Subject: [PATCH] fixed typo in function name --- _test/tests/inc/common_inlineSVG.test.php | 4 ++-- inc/Ui/Admin.php | 2 +- inc/common.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_test/tests/inc/common_inlineSVG.test.php b/_test/tests/inc/common_inlineSVG.test.php index cfe98c4f54..cabc3198a4 100644 --- a/_test/tests/inc/common_inlineSVG.test.php +++ b/_test/tests/inc/common_inlineSVG.test.php @@ -14,7 +14,7 @@ function test_success() { '6.41-3.205 25.59 12.795zM57.59 40.795l6.41 3.205-32 16-32-16 6.41-3.205 25.59 12.795z" '. 'fill="#000000">'; - $this->assertEquals($clean, inlinSVG($file)); + $this->assertEquals($clean, inlineSVG($file)); } /** @@ -22,7 +22,7 @@ function test_success() { */ function test_fail() { $file = mediaFN('wiki:test.svg'); - $this->assertFalse(inlinSVG($file, 100)); + $this->assertFalse(inlineSVG($file, 100)); } } diff --git a/inc/Ui/Admin.php b/inc/Ui/Admin.php index b9202cac60..ed2fa2564a 100644 --- a/inc/Ui/Admin.php +++ b/inc/Ui/Admin.php @@ -119,7 +119,7 @@ protected function showMenuItem($item) { echo '