mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
Move Tumblr addon dependencies to library subfolder
- Move OAuth1 to library/OAuth1.php - Move TumblOAuth to library/tumblroauth.php
This commit is contained in:
parent
429448786d
commit
27ce9c3f3c
4 changed files with 1120 additions and 1121 deletions
|
@ -7,8 +7,7 @@
|
|||
* Author: Michael Vogel <https://pirati.ca/profile/heluecht>
|
||||
*/
|
||||
|
||||
require_once 'library/OAuth1.php';
|
||||
require_once 'addon/tumblr/tumblroauth/tumblroauth.php';
|
||||
require_once __DIR__ . DIRECTORY_SEPARATOR . 'library' . DIRECTORY_SEPARATOR . 'tumblroauth.php';
|
||||
|
||||
use Friendica\Content\Text\BBCode;
|
||||
use Friendica\Core\Addon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue