From 3de5605ffdccb35a7ce03424a6b318af4461735f Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Thu, 5 Oct 2017 14:46:53 +1300 Subject: Log action primary needs to return an array, not a string --- plugins/CoreHome/Tracker/LogTable/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CoreHome/Tracker') diff --git a/plugins/CoreHome/Tracker/LogTable/Action.php b/plugins/CoreHome/Tracker/LogTable/Action.php index c211f0dffd..43060c2931 100644 --- a/plugins/CoreHome/Tracker/LogTable/Action.php +++ b/plugins/CoreHome/Tracker/LogTable/Action.php @@ -34,6 +34,6 @@ class Action extends LogTable public function getPrimaryKey() { - return 'idaction'; + return array('idaction'); } } -- cgit v1.2.3