diff options
author | Friendika <info@friendika.com> | 2011-11-03 15:14:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-11-03 15:14:33 -0700 |
commit | 4f4b03367aafc8efd36cf73ecab58cdd26802757 (patch) | |
tree | 4c3fecdf355e25312138c70d80e9a19ec4233afe /boot.php | |
parent | 35305fb6d9bec0129e539a1c52e2729e8f9a1f50 (diff) | |
download | volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.gz volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.tar.bz2 volse-hubzilla-4f4b03367aafc8efd36cf73ecab58cdd26802757.zip |
plugin check returning 0 vs false
Diffstat (limited to 'boot.php')
-rw-r--r-- | 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 ( 'FRIENDIKA_PLATFORM', 'Friendica'); -define ( 'FRIENDIKA_VERSION', '2.3.1153' ); +define ( 'FRIENDIKA_VERSION', '2.3.1154' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); define ( 'DB_UPDATE_VERSION', 1101 ); |