mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 06:23:42 +00:00
modified: bufferapp.php Now begins with <?php instead of <?, stops a php5.6 problem.
This commit is contained in:
parent
1ef533e555
commit
b3fef08d41
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
class BufferApp {
|
class BufferApp {
|
||||||
private $client_id;
|
private $client_id;
|
||||||
private $client_secret;
|
private $client_secret;
|
||||||
|
|
Loading…
Reference in a new issue