Fix typo in pref keys
This commit is contained in:
parent
3f241b2f25
commit
24f488cac2
1 changed files with 2 additions and 2 deletions
|
@ -1649,10 +1649,10 @@ class Application_Model_Preference
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public static function getBandwidthLimitUpdateTimer() {
|
public static function getBandwidthLimitUpdateTimer() {
|
||||||
return self::getValue("bandwidth_limit_reset_timer");
|
return self::getValue("bandwidth_limit_update_timer");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function setBandwidthLimitUpdateTimer() {
|
public static function setBandwidthLimitUpdateTimer() {
|
||||||
self::setValue("bandwidth_limit_reset_timer", microtime(true));
|
self::setValue("bandwidth_limit_update_timer", microtime(true));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue