remove the unqualified "OAuth" namespace from the project. We need to reference either OAuth1 or OAuth2.

This commit is contained in:
redmatrix
2015-12-13 15:35:45 -08:00
parent 395268da22
commit bb0e4044bf
8 changed files with 103 additions and 102 deletions

View File

@@ -704,11 +704,18 @@ class App {
'smarty3' => '}}'
);
// These represent the URL which was used to access the page
private $scheme;
private $hostname;
private $baseurl;
private $path;
// This is our standardised URL - regardless of what was used
// to access the page
private $baseurl;
/**
* App constructor.
*/