Subversion-Projekte lars-tiefland.ci

Revision

Revision 2049 | Revision 2242 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2049 Revision 2107
Zeile 229... Zeile 229...
229
	 *
229
	 *
230
	 * @param	int	$severity	Error level
230
	 * @param	int	$severity	Error level
231
	 * @param	string	$message	Error message
231
	 * @param	string	$message	Error message
232
	 * @param	string	$filepath	File path
232
	 * @param	string	$filepath	File path
233
	 * @param	int	$line		Line number
233
	 * @param	int	$line		Line number
234
	 * @return	string	Error page output
234
	 * @return	void
235
	 */
235
	 */
236
	public function show_php_error($severity, $message, $filepath, $line)
236
	public function show_php_error($severity, $message, $filepath, $line)
237
	{
237
	{
238
		$templates_path = config_item('error_views_path');
238
		$templates_path = config_item('error_views_path');
239
		if (empty($templates_path))
239
		if (empty($templates_path))