Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 157... Línea 157...
157
            if (args['scope']) {
157
            if (args['scope']) {
158
                scope = args['scope'];
158
                scope = args['scope'];
159
            }
159
            }
160
            params['sesskey'] = M.cfg.sesskey;
160
            params['sesskey'] = M.cfg.sesskey;
161
            params['client_id'] = this.client_id;
161
            params['client_id'] = this.client_id;
162
            params['filepath'] = this.currentpath;
162
            params['filepath'] = this.currentpath || '/';
163
            params['itemid'] = this.options.itemid?this.options.itemid:0;
163
            params['itemid'] = this.options.itemid?this.options.itemid:0;
164
            if (args['params']) {
164
            if (args['params']) {
165
                for (i in args['params']) {
165
                for (i in args['params']) {
166
                    params[i] = args['params'][i];
166
                    params[i] = args['params'][i];
167
                }
167
                }