diff options
author | friendica <info@friendica.com> | 2012-03-31 14:48:35 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-31 14:48:35 -0700 |
commit | 0cf2e051bbe98166e99025bc1f32a6e8e08a26f2 (patch) | |
tree | 7176ea3d692e21c58d0ab2730a3a98858e6e85f5 /boot.php | |
parent | adebc2793e84344fca1700eb6af583a9a0abcb1a (diff) | |
download | volse-hubzilla-0cf2e051bbe98166e99025bc1f32a6e8e08a26f2.tar.gz volse-hubzilla-0cf2e051bbe98166e99025bc1f32a6e8e08a26f2.tar.bz2 volse-hubzilla-0cf2e051bbe98166e99025bc1f32a6e8e08a26f2.zip |
escape % in file_tag_query as it is ultimately embedded in a sprintf
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1297' ); +define ( 'FRIENDICA_VERSION', '2.3.1298' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1134 ); |