diff options
-rw-r--r-- | engine/lib/plugins.php | 1 | ||||
-rw-r--r-- | languages/en.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/engine/lib/plugins.php b/engine/lib/plugins.php index d68ce98ab..4955c97c3 100644 --- a/engine/lib/plugins.php +++ b/engine/lib/plugins.php @@ -287,6 +287,7 @@ if ($name!='title') { $plugin->title = $plugin_name; + $plugin->access_id = 2; $plugin->$name = $value; $plugin->save(); diff --git a/languages/en.php b/languages/en.php index bd39f86e4..df4b3b0c5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -122,7 +122,7 @@ 'APIException:MissingHmac' => "Missing X-Elgg-hmac header",
'APIException:MissingHmacAlgo' => "Missing X-Elgg-hmac-algo header",
'APIException:MissingTime' => "Missing X-Elgg-time header",
- 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future",
+ 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future. Epoch fail.",
'APIException:NoQueryString' => "No data on the query string",
'APIException:MissingPOSTHash' => "Missing X-Elgg-posthash header",
'APIException:MissingPOSTAlgo' => "Missing X-Elgg-posthash_algo header",
|