mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
Refactor: Removed the last of the references to Discourse.currentUser
.
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
/**
|
||||
A base admin controller that has access to the Discourse properties.
|
||||
|
||||
@class AdminController
|
||||
@extends Discourse.Controller
|
||||
@namespace Discourse
|
||||
@module Discourse
|
||||
**/
|
||||
Discourse.AdminCustomizeController = Discourse.Controller.extend({});
|
Reference in New Issue
Block a user