File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ protected function _detect_api_key()
880
880
return false ;
881
881
}
882
882
883
- if ($ this ->config ->item ('rest_keys_expire ' )===true && $ row ->{$ this ->config ->item ('rest_keys_expiry_column ' )} < time ()) {
883
+ if ($ this ->config ->item ('rest_keys_expire ' ) === true && $ row ->{$ this ->config ->item ('rest_keys_expiry_column ' )} < time ()) {
884
884
return false ;
885
885
}
886
886
Original file line number Diff line number Diff line change 355
355
| REST Table Key Expiry Config and Column Name
356
356
|--------------------------------------------------------------------------
357
357
|
358
- | Configure wether or not api keys should expire, and the column name to
358
+ | Configure wether or not api keys should expire, and the column name to
359
359
| match e.g. expires
360
- | Note: the value in the column will be treated as a unix timestamp and
360
+ | Note: the value in the column will be treated as a unix timestamp and
361
361
| compared with php function time()
362
362
|
363
363
*/
You can’t perform that action at this time.
0 commit comments