dever 5 years ago
parent
commit
87d6e74a7a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/lib/Manage.php

+ 1 - 1
code/lib/Manage.php

@@ -20,7 +20,7 @@ class Manage
 		}
 
 		if ($info['product_id'] > 0) {
-			return 'T' . $id;
+			return Dever::load('code/lib/core')->view($info['id'], $info['id']);
 		}
 
 		return 'T' . $id;