Browse Source

bug fixed

Victor De la Rocha 15 years ago
parent
commit
d685396599
1 changed files with 3 additions and 4 deletions
  1. 3 4
      api.php

+ 3 - 4
api.php View File

@@ -98,8 +98,7 @@ if(!defined('entry')) define('entry',true);
98 98
 				$posts[] = $post;
99 99
 			}
100 100
 			$theme->set("posts",$posts);
101
-		}
102
-	}
103
-
104
-$theme->display(Absolute_Path.'admin/themes/admin/api.xml');
101
+		}
102
+		$theme->display(Absolute_Path.'admin/themes/admin/api.xml');
103
+	}
105 104
 ?>