Removed instances of getLine and getFile
This commit is contained in:
parent
2e0e0849c5
commit
49e1b29bc9
|
@ -872,8 +872,6 @@ class ScheduleController extends Zend_Controller_Action
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->view->error = $e->getMessage();
|
$this->view->error = $e->getMessage();
|
||||||
Logging::info($e->getMessage());
|
Logging::info($e->getMessage());
|
||||||
Logging::info("{$e->getFile()}");
|
|
||||||
Logging::info("{$e->getLine()}");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -590,9 +590,7 @@ SQL;
|
||||||
$rebroad = new Application_Model_ShowInstance($rebroadcast->getDbId());
|
$rebroad = new Application_Model_ShowInstance($rebroadcast->getDbId());
|
||||||
$rebroad->addFileToShow($file_id, false);
|
$rebroad->addFileToShow($file_id, false);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
Logging::info("{$e->getFile()}");
|
Logging::info($e->getMessage());
|
||||||
Logging::info("{$e->getLine()}");
|
|
||||||
Logging::info("{$e->getMessage()}");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue