! Fix the plugin server URL in the installer, it isn't where I thought it would be.
gruffen

gruffen commited on 2011-08-21 15:24:42
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -565,7 +565,7 @@ $query = $smcFunc['db_query']('', '
565 565
 	DELETE FROM {db_prefix}package_servers
566 566
 	WHERE url LIKE {string:plugins}',
567 567
 	array(
568
-		'plugins' => 'http://www.simpledesk.net/downloads/plugins/%',
568
+		'plugins' => 'http://www.simpledesk.net/download%',
569 569
 	)
570 570
 );
571 571
 $rows[] = array(
... ...
@@ -577,7 +577,7 @@ $rows[] = array(
577 577
 	),
578 578
 	'data' => array(
579 579
 		'SimpleDesk Plugins',
580
-		'http://www.simpledesk.net/downloads/plugins/2.0', // !!! This should be updated in later releases!
580
+		'http://www.simpledesk.net/download/plugins/2.0', // !!! This should be updated in later releases!
581 581
 	),
582 582
 	'keys' => array('id_server'),
583 583
 );
584 584