removed file context from error messages.

This commit is contained in:
Taylor Otwell
2011-07-10 23:08:14 -05:00
parent 46b0a7d8ad
commit 063cde50c0
2 changed files with 1 additions and 45 deletions

View File

@@ -60,20 +60,6 @@
<pre><?php echo $trace; ?></pre>
</div>
<div class="content">
<h3>Context:</h3>
<?php if (count($contexts) > 0) { ?>
<?php foreach ($contexts as $num => $context) { ?>
<pre><?php echo htmlentities($num.' '.$context); ?></pre>
<?php } ?>
<?php } else { ?>
Context unavailable.
<?php } ?>
</div>
</div>
</body>
</html>