1
0
mirror of https://github.com/flarum/core.git synced 2025-02-21 09:42:53 +01:00

Fix admin URL

This commit is contained in:
Toby Zerner 2015-05-06 11:35:21 +09:30
parent 99dc94e238
commit 46553de539

View File

@ -45,7 +45,7 @@ export default class UserDropdown extends Component {
ActionButton.component({
icon: 'wrench',
label: 'Administration',
href: app.config.baseURL+'/admin'
href: app.config['base_url']+'/admin'
})
);
}