Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix call of undefined function api_token_can_create from html_api.php
account_prefs_page.php was broken because of the call

Issue #4235
  • Loading branch information
atrol committed Apr 16, 2017
1 parent 378fba2 commit f723ff5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/html_api.php
Expand Up @@ -50,6 +50,7 @@
* @uses user_api.php
* @uses utility_api.php
* @uses layout_api.php
* @uses api_token_api.php
*/

require_api( 'access_api.php' );
Expand All @@ -76,6 +77,7 @@
require_api( 'user_api.php' );
require_api( 'utility_api.php' );
require_api( 'layout_api.php' );
require_api( 'api_token_api.php' );

$g_rss_feed_url = null;

Expand Down

0 comments on commit f723ff5

Please sign in to comment.