Commit f352b02
authored
Update mailReader.php
I've been using the script for a long time but after moving servers, I got this error:
PHP Notice: Only variables should be passed by reference in /home/XXX/domains/XXXX/mailscript/mailReader.php on line 263
After some research I wrote this fix and it works.1 parent 51afc15 commit f352b02
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
| 264 | + | |
264 | 265 | | |
265 | 266 | | |
266 | 267 | | |
| |||
0 commit comments