Bugfixes.

This commit is contained in:
x86dev
2015-09-15 21:46:44 +02:00
parent 6c1af3b2a5
commit 64aa4f3e42
6 changed files with 13 additions and 15 deletions

View File

@@ -20,8 +20,8 @@ update_plugin_mobilize()
echo "Updating: Mobilize plugin"
( cd ${TTRSS_PATH}/plugins/mobilize && git pull origin master )
# Patch ttrss-mobilize plugin for getting it to work
sed -i -e "s/<? */<?php/" ${TTRSS_PATH}/plugins/mobilize/m.php
# Patch ttrss-mobilize plugin for getting it to work.
sed -i -e "s/<?$/<?php/g" ${TTRSS_PATH}/plugins/mobilize/m.php
}
# For use with News+ on Android. Buy the Pro version -- I love it!