rename PConfig::del to PConfig:delete

This commit is contained in:
rabuzarus 2016-06-06 10:46:33 +02:00
parent f10011c282
commit fa02d0f2f8
2 changed files with 3 additions and 3 deletions

View file

@ -201,7 +201,7 @@ class PConfig {
* The configuration key to delete
* @return mixed
*/
public static function del($uid,$family,$key) {
public static function delete($uid,$family,$key) {
global $a;
if(x($a->config[$uid][$family],$key))