X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fsup.php;h=691153d6a3bcd845c0f3c4765cc8ee9f3040b328;hb=b4e649fe906a793cd5e62d6390065ea5d41c40db;hp=8ef9207facce41d02ac44d00ce771ec38df39720;hpb=b3a0eea3b66e95becb6c4595ed71c7fe71ed6437;p=quix0rs-gnu-social.git diff --git a/actions/sup.php b/actions/sup.php index 8ef9207fac..691153d6a3 100644 --- a/actions/sup.php +++ b/actions/sup.php @@ -45,7 +45,7 @@ class SupAction extends Action function availablePeriods() { static $periods = array(86400, 43200, 21600, 7200, - 3600, 1800, 600, 300, 120, + 3600, 1800, 600, 300, 120, 60, 30, 15); $available = array(); foreach ($periods as $period) { @@ -79,7 +79,7 @@ class SupAction extends Action return $updates; } - function isReadOnly() + function isReadOnly($args) { return true; }