hrmm.....
index.php?action=affiliates;sa=veiwaff
8: Undefined index: aff
File: /.../Sources/Affiliates.php
Line: 114
[code]
[code]
108: function Affiliates_veiwaff() {
109:
110: // Must global it otherwise we get erros
111: global $txt, $context, $smcFunc, $scripturl, $request;
112:
113: //TODO: change id to somthing else
==>114: $id = (int) $_REQUEST['aff'];
115:
116: if (empty($id))
117: fatal_error($txt['aff_error_a']);
118:
119: $context['sub_template'] = 'affveiw';