瀏覽代碼

bug fixed

Victor De la Rocha 17 年之前
父節點
當前提交
d685396599
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      api.php

+ 3 - 4
api.php 查看文件

98
 				$posts[] = $post;
98
 				$posts[] = $post;
99
 			}
99
 			}
100
 			$theme->set("posts",$posts);
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
 ?>