I have no idea how this bit of code ever worked in the first place o_O

git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@835 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-04-30 12:31:08 +00:00
parent c50aa70f57
commit b9a39189df

View File

@ -271,7 +271,7 @@ class ImageIO extends Extension {
else {
$page->set_title("Not Found");
$page->set_heading("Not Found");
$page->add_block(new Block("Navigation", "<a href='".index."'>Index</a>", "left", 0));
$page->add_block(new Block("Navigation", "<a href='".make_link()."'>Index</a>", "left", 0));
$page->add_block(new Block("Image not in database",
"The requested image was not found in the database"));
}