Hi all,
There's a bug in 1.3 RC1 that won't allow you to access the weblinks section. To correct it please edit file 'application/controllers/WebpageController.class.php', line 230. Change from:
if ($order == "updatedOn") $order = "updated_on";
to:
if ($order == "updatedOn" || $order == "updated") $order = "updated_on";
Since it's quite a big bug, I've updated the zip file in sourceforge.
Sorry for the inconveniences
