Skip to content
Snippets Groups Projects
Commit e1e60f89 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Suppress errors

parent 9ff83745
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<div class="wdn-footer-module"> <div class="wdn-footer-module">
<span role="heading" class="wdn-footer-heading">About UNL Search</span> <span role="heading" class="wdn-footer-heading">About UNL Search</span>
<?php <?php
if ($file = file_get_contents(UNL_Search::getProjectRoot() . '/tmp/iim-app-footer.html')) { if ($file = @file_get_contents(UNL_Search::getProjectRoot() . '/tmp/iim-app-footer.html')) {
echo $file; echo $file;
} else { } else {
echo file_get_contents('http://iim.unl.edu/iim-app-footer?format=partial'); echo file_get_contents('http://iim.unl.edu/iim-app-footer?format=partial');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment