Fix “ User warning: The following module is missing from the file system: theme/theme.”
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #2780335. -->
Reported by: [drumm](https://www.drupal.org/user/3064)
>>>
<p>Drupal 7.50 now checks for missing modules.</p>
<div class="codeblock">
<pre><span style="color: #000000"><span style="color: #0000BB"><?php<br>module_load_include</span><span style="color: #007700">(</span><span style="color: #DD0000">'views'</span><span style="color: #007700">, </span><span style="color: #DD0000">'theme/theme'</span><span style="color: #007700">, </span><span style="color: #DD0000">'inc'</span><span style="color: #007700">);<br></span><span style="color: #0000BB">?></span></span></pre></div>
<p>in templates/api.theme.inc trips this up. The second argument is supposed to be the module name. I’m guessing it isn't actually loading anything and can be removed.</p>
issue