Module:Navbar: Difference between revisions

37 bytes removed ,  3 September 2013
m
tweaking to make the module show the real error thrown
(Module:Navbar is needed by Module:Navbox)
 
m (tweaking to make the module show the real error thrown)
Line 46: Line 46:
     good, title, talk_title = pcall( getTitle, args[1] );
     good, title, talk_title = pcall( getTitle, args[1] );
     if not good then
     if not good then
         return error('Expensive parser function limit exceeded');
         return error(title);
     end     
     end