summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-20 20:52:50 +0000
committeruckelman <uckelman@nomic.net>2010-04-20 20:52:50 +0000
commit70e48a92377bac8e55ac74aae83f1484d9b80519 (patch)
tree3d79eed9b690ac9d2b045409de31beb8c6f5c451 /src
parentac26d6f2e39effcd35eafe1c502bcde172c8b31b (diff)
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6724 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r--src/PhpBB3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PhpBB3.php b/src/PhpBB3.php
index 17ff81c..4160e2c 100644
--- a/src/PhpBB3.php
+++ b/src/PhpBB3.php
@@ -126,7 +126,7 @@ class PhpBB3 {
global $db;
$sql = 'SELECT physical_filename, real_filename, mimetype ' .
- 'FROM ' . ATTACHMENTS_TABLE .
+ 'FROM ' . ATTACHMENTS_TABLE . ' ' .
'WHERE attach_id = ' . $attachId;
$row = $this->get_exactly_one_row($sql);