Mark ApiULSLocalization internal

Per suggestion in T91457#1944256

Change-Id: I27956c3f14188b3ae9f1c21e3f5c0e02ecb9e8f7
This commit is contained in:
Niklas Laxström
2016-01-20 15:16:36 +01:00
parent 304ccd4216
commit b57814167d

View File

@@ -91,4 +91,9 @@ class ApiULSLocalization extends ApiBase {
=> 'apihelp-ulslocalization-example-2', => 'apihelp-ulslocalization-example-2',
); );
} }
// Try to scare people away from using this externally
public function isInternal() {
return true;
}
} }