1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-22 21:40:55 +01:00

Delete method implemented in parent

This commit is contained in:
vrana 2012-06-30 01:21:04 -07:00
parent 273211ae3e
commit 2391c54c60

View file

@ -19,10 +19,6 @@
final class DifferentialRevisionStatsController extends DifferentialController {
private $filter;
public function shouldRequireLogin() {
return true;
}
private function loadRevisions($phid) {
$table = new DifferentialRevision();
$conn_r = $table->establishConnection('r');