Skip to content

Commit ba69464

Browse files
author
Samuel Akopyan
committed
Fix for PHP5-7 syntac tmhOAuth classe
1 parent 61d2f3c commit ba69464

File tree

1 file changed

+6
-1
lines changed
  • framework/vendors/opauth/Strategy/Twitter/Vendor/tmhOAuth

1 file changed

+6
-1
lines changed

framework/vendors/opauth/Strategy/Twitter/Vendor/tmhOAuth/tmhOAuth.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010
* @version 0.7.1
1111
*
1212
* 27 October 2012
13+
*
14+
* FIXES by ApPHP:
15+
* --------
16+
* 07/07/2020 - class declaration changed to PHP5-7
17+
*
1318
*/
1419
class tmhOAuth {
1520
const VERSION = '0.7.1';
1621

17-
var $response = array();
22+
public $response = array();
1823

1924
/**
2025
* Creates a new tmhOAuth object

0 commit comments

Comments
 (0)