mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
Missed a call to Conpherence sprite
Summary: Fixes an exception on Conpherence. Test Plan: Use Conpherence. Grep for other locations. Reviewers: epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11027
This commit is contained in:
parent
740e47f77b
commit
194d33e4bd
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ final class ConpherenceWidgetController extends ConpherenceController {
|
||||||
}
|
}
|
||||||
|
|
||||||
private function renderWidgetPaneContent() {
|
private function renderWidgetPaneContent() {
|
||||||
require_celerity_resource('sprite-conpherence-css');
|
|
||||||
$conpherence = $this->getConpherence();
|
$conpherence = $this->getConpherence();
|
||||||
|
|
||||||
$widgets = array();
|
$widgets = array();
|
||||||
|
|
Loading…
Reference in a new issue