1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-09 18:08:49 +00:00

modified: bufferapp.php Now begins with <?php instead of <?, stops a php5.6 problem.

This commit is contained in:
Keith Fernie 2015-01-19 19:46:37 +00:00
parent 1ef533e555
commit b3fef08d41

View file

@ -1,4 +1,4 @@
<? <?php
class BufferApp { class BufferApp {
private $client_id; private $client_id;
private $client_secret; private $client_secret;