We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3199d7 commit 291af4aCopy full SHA for 291af4a
www/addons/mod_book/services/book.js
@@ -316,7 +316,7 @@ angular.module('mm.addons.mod_book')
316
self.logView = function(id) {
317
if (id) {
318
var params = {
319
- urlid: id
+ bookid: id
320
};
321
return $mmSite.write('mod_book_view_book', params);
322
}
www/addons/mod_page/services/page.js
@@ -232,7 +232,7 @@ angular.module('mm.addons.mod_page')
232
233
234
235
+ pageid: id
236
237
return $mmSite.write('mod_page_view_page', params);
238
0 commit comments