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