1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix a broken class name

Auditors: epriestley
This commit is contained in:
Joshua Spence 2015-06-18 07:25:41 +10:00
parent 4761cb8d73
commit e270157fcb

View file

@ -83,7 +83,7 @@ abstract class AphrontController extends Phobject {
} }
public function getDefaultResourceSource() { public function getDefaultResourceSource() {
throw new MethodNotImplementedException( throw new PhutilMethodNotImplementedException(
pht( pht(
'A Controller must implement %s before you can invoke %s or %s.', 'A Controller must implement %s before you can invoke %s or %s.',
'getDefaultResourceSource()', 'getDefaultResourceSource()',