diff options
author | friendica <info@friendica.com> | 2013-01-14 14:25:34 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-14 14:25:34 -0800 |
commit | 1259a6e753f10c023accb647dd193254ff473d1a (patch) | |
tree | 46ce0709606ebacccee250507d5a525c145eb62d /boot.php | |
parent | 3a5fea516a2b7a849d3d6969cf74dff643c88e52 (diff) | |
download | volse-hubzilla-1259a6e753f10c023accb647dd193254ff473d1a.tar.gz volse-hubzilla-1259a6e753f10c023accb647dd193254ff473d1a.tar.bz2 volse-hubzilla-1259a6e753f10c023accb647dd193254ff473d1a.zip |
command line config utility, get set system configuration values
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1264,7 +1264,7 @@ function profile_load(&$a, $nickname, $profile = 0) { $r = null; -//TODO needs avatar_date !! + if($profile) { $profile_int = intval($profile); |