mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix stringToArray()
This commit is contained in:
parent
325498e63a
commit
ab729a3f21
|
@ -452,7 +452,7 @@ class Settings { /* {{{ */
|
|||
*
|
||||
*/
|
||||
function stringToArray($value) { /* {{{ */
|
||||
return explode(";", $Value);
|
||||
return explode(";", $value);
|
||||
} /* }}} */
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue
Block a user