From 366d40e006d245180747522e909150131cb34a61 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 13:56:34 +0000 Subject: Missing $this. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6646 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/PhpBB3.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/PhpBB3.php b/src/PhpBB3.php index d8b9ba4..0adf6d1 100644 --- a/src/PhpBB3.php +++ b/src/PhpBB3.php @@ -44,7 +44,7 @@ class PhpBB3 { $sql = 'SELECT topic_id, forum_id FROM ' . POSTS_TABLE . ' WHERE post_id = "' . $db->sql_escape($post_id) . '"'; - $row = get_exactly_one_row($sql); + $row = $this->get_exactly_one_row($sql); return $row; } -- cgit v1.2.3