Skip to content

Commit 1227f32

Browse files
committed
Readded the selectDB to the template loader, should be correct class this time
1 parent b38bbc9 commit 1227f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/template_loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
require('includes/classes/template_parse.php');
33

4-
server::selectDB('webdb');
4+
connect::selectDB('webdb');
55

66
$getTemplate = mysql_query("SELECT path FROM template WHERE applied='1' ORDER BY id ASC LIMIT 1");
77
$row = mysql_fetch_assoc($getTemplate);

0 commit comments

Comments
 (0)