mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
rename PConfig::del to PConfig:delete
This commit is contained in:
parent
f10011c282
commit
fa02d0f2f8
2 changed files with 3 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue