From 8eb60a8e91f5f9f42caf436115a1ad512dc3abd6 Mon Sep 17 00:00:00 2001 From: Brian Teeman Date: Mon, 9 Apr 2018 14:16:16 -0500 Subject: [PATCH] Typo and copy paste error Someone couldn't spell and then someone else must have copy pasted the error No idea how to test but this has been wrong since 3.5 --- administrator/components/com_cache/models/cache.php | 2 +- administrator/components/com_languages/models/installed.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/administrator/components/com_cache/models/cache.php b/administrator/components/com_cache/models/cache.php index 909505fa1da0c..f9dca0ed8839a 100644 --- a/administrator/components/com_cache/models/cache.php +++ b/administrator/components/com_cache/models/cache.php @@ -54,7 +54,7 @@ public function __construct($config = array()) 'group', 'count', 'size', - 'cliend_id', + 'client_id', ); } diff --git a/administrator/components/com_languages/models/installed.php b/administrator/components/com_languages/models/installed.php index 55a491f59f996..23da9a79fafcc 100644 --- a/administrator/components/com_languages/models/installed.php +++ b/administrator/components/com_languages/models/installed.php @@ -83,7 +83,7 @@ public function __construct($config = array()) 'author', 'authorEmail', 'extension_id', - 'cliend_id', + 'client_id', ); }