aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2013-10-07 17:55:04 -0700
committerCesar G <prototech91@gmail.com>2013-10-07 17:55:04 -0700
commit98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4 (patch)
treebbff2c273535d598a99bdc32dd24eeeb4a1a5217 /phpBB/viewtopic.php
parent7f312772699c10339a8c50ef7952179da40ef7e7 (diff)
downloadforums-98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4.tar
forums-98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4.tar.gz
forums-98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4.tar.bz2
forums-98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4.tar.xz
forums-98a1694c7c1022d50c30b7dcd46f9f0fc9f5f7b4.zip
[ticket/10383] Update the results without the overlay popup.
PHPBB3-10383
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 43bf3a27c6..3a7e633c99 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -835,8 +835,6 @@ if (!empty($topic_data['poll_start']))
$valid_user_votes = array_intersect(array_keys($vote_counts), $voted_id);
$data = array(
- 'MESSAGE_TITLE' => $user->lang['INFORMATION'],
- 'MESSAGE_TEXT' => $message,
'NO_VOTES' => $user->lang['NO_VOTES'],
'success' => true,
'user_votes' => array_flip($valid_user_votes),