1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +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() {
throw new MethodNotImplementedException(
throw new PhutilMethodNotImplementedException(
pht(
'A Controller must implement %s before you can invoke %s or %s.',
'getDefaultResourceSource()',