1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 23:26:41 +02:00

Fix typo in table for update

This commit is contained in:
e107steved
2009-09-21 19:52:38 +00:00
parent 7b0705b2a5
commit feb5b25808

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
| $Revision: 1.53 $
| $Date: 2009-09-19 19:05:16 $
| $Revision: 1.54 $
| $Date: 2009-09-21 19:52:38 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
@@ -269,7 +269,7 @@ function update_706_to_800($type='')
$pluginChangedTables = array('linkwords' => 'linkwords',
'featurebox' => 'featurebox',
'links_page' => 'links_page',
'poll' => 'poll'
'poll' => 'polls'
);