diff options
author | Cash Costello <cash.costello@gmail.com> | 2013-02-09 08:01:12 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2013-02-09 08:01:12 -0500 |
commit | f416d7ba66000d485260a8e63962541afa248320 (patch) | |
tree | 854c25506b0caade47b84ca8fdd24148666a294f /engine/lib/upgrades/create_upgrade.php | |
parent | 707df9db27cf2154910978427b9844448bcf931a (diff) | |
download | elgg-f416d7ba66000d485260a8e63962541afa248320.tar.gz elgg-f416d7ba66000d485260a8e63962541afa248320.tar.bz2 |
small changes to previous commit from Steve's cleanup
Diffstat (limited to 'engine/lib/upgrades/create_upgrade.php')
-rw-r--r-- | engine/lib/upgrades/create_upgrade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/upgrades/create_upgrade.php b/engine/lib/upgrades/create_upgrade.php index f0fa9b594..b34f31b7e 100644 --- a/engine/lib/upgrades/create_upgrade.php +++ b/engine/lib/upgrades/create_upgrade.php @@ -128,7 +128,7 @@ function elgg_set_version_dot_php_version($version) { rewind($h); - fputs($h, $out); + fwrite($h, $out); fclose($h); return true; } |